body{
  --base-carousel-width: 70%;
  --base-carousel-size: 9 / 16;
  --base-carousel-height: calc(var(--base-carousel-size) * var(--base-carousel-width))
}
#carousel-wrap {
  overflow: hidden;
  width: var(--base-carousel-width);
}
#IndexCarousel{
  width: 100%;
  position: relative;
}
#IndexCarousel .swiper-slide  image{
  /* height: var(--base-carousel-height); */
}
#RightText{
  width: calc(100% - var(--base-carousel-width));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--header-color);
}
#news-TitlePicture .title{
  display:none;
}
#lunbo-IndexCarousel img{
  width:auto;
  display:inline-block;
}
#titleImages{
  margin-bottom:15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#titleImages a:nth-child(1) img,
.titleImages img{
  height:50px;
}
#titleImages a:nth-child(2) img{
  height:30px;
}
#news-TitlePicture .itemList .item .right a,
#news-TitlePicture .itemList .item .right .summary{
  color:#f5f5f5;
}
#news-TitlePicture .itemList .item .right .time{
  color:#ffffff;
}
#news-TitlePicture .itemList .item{
  background:#866c50;
}
#news-TitlePicture .itemList{
  margin-bottom:30px;
}

#lunbo-IndexCarousel .swiper-wrapper .oneLine,#lunbo-IndexCarousel .swiper-pagination{
  display:none;
}
@media(max-width:1060px){
  #lunbo-IndexCarousel .swiper-pagination{
    display:block;
  }
  #lunbo-IndexCarousel .swiper-wrapper .oneLine{
    display:block;
    width:100%;
    /* 0220 xiugai */
    /*position:absolute;
    bottom:0px;*/
    display: flex;
    flex-direction: column-reverse;
    padding: 5px;
    height: 70px;
  }
  #RightText{
    display: none
  }
  #carousel-wrap,
  #IndexCarousel{
    width:100%;
    /*height:100%;*/
    /*aspect-ratio:16/9;*/
  }
}
@media(max-width:650px){
  body #IndexCarousel .swiper-pagination-bullet{
    margin: 0 2px;
  }
  body #IndexCarousel,
  body #RightText,
  body #carousel-wrap{
    width:100%;
  }
  body #IndexCarousel{
    margin-bottom:10px;
  }
  body #IndexCarousel .swiper-slide>a{
    padding-right: 30%;
    line-height:30px;
  }
  body #titleImages a:nth-child(1) img,
  body .titleImages img {
    height: 35px;
  }
  body #titleImages a:nth-child(2) img {
    height: 25px;
  }
  body #IndexCarousel .swiper-pagination{
    /*bottom:9px;*/
    bottom: 70px;
  }
}
#lunbo-IndexCarousel a:hover,
#news-TitlePicture a:hover{
  color:#fff!important;
}
#lunbo-IndexCarousel .oneLine{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  line-clamp: 1;
  font-size: var(--common-font-size)
  /* -webkit-box-orient: vertical; */
}
#IndexCarousel .swiper-wrapper {
  height: auto;
}
#IndexCarousel .swiper-slide>a{
  background: #30445c;
  color: #fff;
  padding: 5px;
  padding-right: 17%;
}
#IndexCarousel .swiper-pagination-bullet{
  background:#fff;
  opacity: .9;
}
#IndexCarousel .swiper-pagination-bullet-active{
  background:#70c8ec;
}
#IndexCarousel .swiper-pagination{
  bottom: 6px;
  left: auto;
  width: auto;
  right: 0;
}
#lunbo-IndexCarousel{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#RightText>div{
  padding:10px 5px;
  padding-left: 21px;
  font-size: var(--common-font-size);
  color: var(--common-font-color)
}

#RightText>div.active {
  background:var(--theme-active-color);
  height: 4em;
  display:flex;
  align-items:center;
  position:relative;
}
#RightText>div.active::before{
  content: '';
  border-left: 12px solid #ffffff;
  border-bottom: 6px solid #f8f6f500;
  border-top: 6px solid #f8f6f500;
  position:absolute;
  left: 0;
}
#RightText>div.active a{
  font-size: calc(var(--common-font-size) + 1px);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height:1.5em;
  max-height:3em;
  color:#fff;
}
#RightText>div>a{
  font-size: var(--common-font-size);
  color: var(--common-font-color);
}
#lunbo-IndexCarousel #swiperImgWarp{
  width: 1280px;
  height: 504px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#lunbo-IndexCarousel .swiper-bg{
  display:none;
  width:100%;
  height:100%;
  overflow: hidden;
}
#lunbo-IndexCarousel .swiper-bg .figure{
  width: calc(100% * 3);
  height: calc(100% * 2);
  background-repeat: no-repeat;
  background-size: cover;
}
#lunbo-IndexCarousel .swiper-bg.active{
  z-index:999;
  display:block
}